From caefc852d5a3be3965a0c0131ce62e7f3a313f04 Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Mon, 1 Aug 2016 14:03:32 +0100 Subject: [PATCH] xen/common: Sort the obj build order Suggested-by: Jan Beulich Signed-off-by: Andrew Cooper Acked-by: Jan Beulich --- xen/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/common/Makefile b/xen/common/Makefile index f8123c27de..c2e6846a43 100644 --- a/xen/common/Makefile +++ b/xen/common/Makefile @@ -1,4 +1,5 @@ obj-y += bitmap.o +obj-y += bsearch.o obj-$(CONFIG_CORE_PARKING) += core_parking.o obj-y += cpu.o obj-y += cpupool.o @@ -43,7 +44,6 @@ obj-y += schedule.o obj-y += shutdown.o obj-y += softirq.o obj-y += sort.o -obj-y += bsearch.o obj-y += smp.o obj-y += spinlock.o obj-y += stop_machine.o -- 2.30.2